Skip to content

Fix/verify version prefix#10

Merged
hi-lei merged 2 commits intomainfrom
fix/verify-version-prefix
Apr 5, 2026
Merged

Fix/verify version prefix#10
hi-lei merged 2 commits intomainfrom
fix/verify-version-prefix

Conversation

@hi-lei
Copy link
Copy Markdown
Collaborator

@hi-lei hi-lei commented Apr 5, 2026

Description

Type of Change

  • feat: New feature
  • fix: Bug fix
  • refactor: Code refactoring
  • docs: Documentation
  • test: Tests
  • chore: Maintenance
  • ci: CI/CD changes

Checklist

  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally (make test)
  • Pre-commit checks pass (make pre-commit)
  • My changes generate no new warnings or errors

Related Issues

Additional Context

Note: Use conventional commit messages (e.g. feat:, fix:, chore:).
The CHANGELOG is auto-generated from conventional commit messages at release time.

hi-lei and others added 2 commits April 5, 2026 16:19
GoReleaser's {{ .Version }} strips the v prefix (e.g. "1.3.0" not
"v1.3.0"), causing checksumURL to generate an invalid GitHub release
URL. Normalize both the tag (always add v) and the dev build check
to handle either format.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
GoReleaser's default changelog included all commits from the beginning.
Disable GoReleaser's built-in changelog and instead generate
version-specific release notes via git-cliff --latest, passed to
goreleaser via --release-notes flag.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@hi-lei hi-lei merged commit 2b0f0c0 into main Apr 5, 2026
13 checks passed
@hi-lei hi-lei deleted the fix/verify-version-prefix branch April 5, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant